<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* CUSTOM ALERT BOX - CSS - START */

/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
  }
  
  /* The close button */
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* When moving the mouse over the close button */
  .closebtn:hover {
    color: black;
  }


/* CUSTOM ALERT BOX - CSS - END */


/* DIFFERENT STYLE OF ROUNDED INPUTBOX BORDERS - CSS - START */


.inputboxstyle1 {
    border-radius: 18px;
    background: #609;
    padding: 20px; 
    width: 200px;
    height: 15px;    
}

.inputboxstyle2 {
    border-radius: 40px;
    border: 2px solid rgb(20, 19, 18);
    background: rgb(235, 231, 231);
    padding: 20px; 
    width: 200px;
    height: 15px;    
}



.textboxstyle2 {
    border-radius: 40px;
    border: 2px solid rgb(20, 19, 18);
    background: rgb(235, 231, 231);
    padding: 20px; 
   
}


.selectboxstyle2 {
    border-radius: 40px;
    border: 2px solid rgb(20, 19, 18);
    background: rgb(235, 231, 231);
    padding: 20px; 
   
}


.inputboxstyle3 {
    border-radius: 15px 50px 30px 5px;
    background: #609;
    padding: 20px; 
    width: 200px;
    height: 15px; 
}

.inputboxstyle4 {
    border-radius: 15px 50px 30px;
    border: 2px solid #609;
    padding: 20px; 
    width: 200px;
    height: 15px; 
}

.inputboxstyle5 {
    border-radius: 15px 50px;
    background: #609;
    padding: 20px; 
    width: 200px;
    height: 15px; 
} 

.inputboxstyle6 {
    border-radius: 50%;
    border: 2px solid #609;
    padding: 20px; 
    width: 200px;
    height: 15px;
} 

/* DIFFERENT STYLE OF ROUNDED INPUTBOX BORDERS - CSS - END */
/* BACKGROUND VIDEO - CSS - START */
        

    body{
            /* This statement prevents the overflow on the Horizontal side to be not shown with overflow-x: hidden; */      
            /* Can Adjust this later if you don't want this on all pages later on */      
            overflow-x: hidden;
        
    }

/* BACKGROUND VIDEO - CSS - START */
        
        /* Style the video: 100% width and height to cover the entire window */
        #myVideo {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%; 
            min-height: 100%;
             z-index: 999;
        }
        
        /* Add some content at the bottom of the video/page */
        .content {
            position: fixed;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #f1f1f1;
            width: 100%;
            padding: 20px;
        }
        
        /* Style the button used to pause/play the video */
        #myBtn {
            width: 200px;
            font-size: 18px;
            padding: 10px;
            border: none;
            background: #DC143C;
            color: #fff;
            cursor: pointer;
        }
        
        #myBtn:hover {
            background: #B22222;
            color: black;
        }

/* BACKGROUND VIDEO - CSS - END*/


/* BUTTONS AND SCREEN ELEMENTS CSS - START*/
        
        .button {
            background-color: #dc143c; /
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
        }
        
        
        .button:hover{ 
             background-color: #B22222; /
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
        }
        
        
        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        
        h1 {
              text-shadow: 0 1px 0 #ccc,
                           0 2px 0 #c9c9c9,
                           0 3px 0 #bbb,
                           0 4px 0 #b9b9b9,
                           0 5px 0 #aaa,
                           0 6px 1px rgba(0,0,0,.1),
                           0 0 5px rgba(0,0,0,.1),
                           0 1px 3px rgba(0,0,0,.3),
                           0 3px 5px rgba(0,0,0,.2),
                           0 5px 10px rgba(0,0,0,.25),
                           0 10px 10px rgba(0,0,0,.2),
                           0 20px 20px rgba(0,0,0,.15);
        }


/* BUTTONS AND SCREEN ELEMENTS CSS - START*/

/* This CSS Here is here for LIGHTBOX- START*/ 
        
                                
         
                        
                        .lightbox {
                        	/** Default lightbox to hidden */
                        	display: none;
                        
                        	/** Position and style */
                        	position: fixed;
                        	z-index: 999;
                        	width: 100%;
                        	height: 100%;
                        	text-align: center;
                        	top: 0;
                        	left: 0;
                        	background: rgba(0,0,0,0.8);
                        }
                        
                        .lightbox img {
                        	/** Pad the lightbox image */
                        	max-width: 90%;
                        	max-height: 80%;
                        	margin-top: 2%;
                        }
                        
                        .lightbox:target {
                        	/** Remove default browser outline */
                        	outline: none;
                        
                        	/** Unhide lightbox **/
                        	display: block;
                        }
	
/* This CSS Here is for the LIGHTBOX - END*/ 


/* CSS For Special Animated Buttons - With Different Shapes and Hover Over Effects - START*/

.buttonspecial {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 75px;
    margin: 0 20px;
    text-shadow: 2px 2px 1px #595959;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    text-decoration: none;
}


.greenbuttonattribute {
	    border: solid 1px #3b7200;
        background-color: #88c72a;
        background: -moz-linear-gradient(top, #88c72a 0%, #709e0e 100%);
        background: -webkit-linear-gradient(top, #88c72a 0%, #709e0e 100%);
        background: -o-linear-gradient(top, #88c72a 0%, #709e0e 100%);
        background: -ms-linear-gradient(top, #88c72a 0% ,#709e0e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
        background: linear-gradient(top, #88c72a 0% ,#709e0e 100%);
        -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
        -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
        box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
}



            /* ADD NEW COLORS FOR BUTTON HERE - START*/
 
.redbuttonattribute {
    border: solid 1px #720000;
    background-color: #c72a2a;
    background: -moz-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -webkit-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -o-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -ms-linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0e0e', endColorstr='#9e0e0e',GradientType=0 );
    background: linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
}


.greenbuttonattribute:hover {
    background-color: #7fb52f;
    background: -moz-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -webkit-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -o-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -ms-linear-gradient(top, #7fb52f 0% ,#67910b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67910b', endColorstr='#67910b',GradientType=0 );
    background: linear-gradient(top, #7fb52f 0% ,#67910b 100%);
}

        /* ADD NEW COLORS FOR BUTTON HERE - END*/
 
 
        /* BASICALLY HIGHLIGHT HOVER - START*/
 

.greenbuttonattribute:active {
    background-color: #638f22;
    background: -moz-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -webkit-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -o-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -ms-linear-gradient(top, #638f22 0% ,#486608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486608', endColorstr='#486608',GradientType=0 );
    background: linear-gradient(top, #638f22 0% ,#486608 100%);
}
 
.redbuttonattribute:hover {
    background-color: #b52f2f;
    background: -moz-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -webkit-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -o-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -ms-linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910b0b', endColorstr='#910b0b',GradientType=0 );
    background: linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
}
 
.redbuttonattribute:active {
    background-color: #8f2222;
    background: -moz-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -webkit-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -o-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -ms-linear-gradient(top, #8f2222 0% ,#660808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#660808',GradientType=0 );
    background: linear-gradient(top, #8f2222 0% ,#660808 100%);
}


        /* BASICALLY HIGHLIGHT HOVER - END*/

        /* Different button shapes - Square and Round - START*/

.squarebuttonattribute {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

 
.roundedbuttonattribute {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


        /* Different button shapes - Square and Round - END*/

.buttoneffect-2 {
    transition: border-radius 2s;
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -o-transition: border-radius 2s;
    -ms-transition: border-radius 2s;
}

.buttoneffect-2:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.buttoneffect-3 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.buttoneffect-3:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}





/* CSS For Special Animated Buttons - With Different Shapes and Hover Over Effects - END*/z</pre></body></html>